Einhugur Xml Plugin for Xojo

Node.InsertCopyAfter Method

Copies the specified node to become a child of this node by inserting the node after a specific node.

InsertCopyAfter(
   copied as EinhugurXml.Node,
   node as EinhugurXml.Node) as EinhugurXml.Node

Parameters

copied
The node to be copied.
node
Copied node will be inserted after the node in this parameter.

Returns

EinhugurXml.Node
Returns copied node, or empty node on error.

Remarks

See Also

Node Class